Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFEBlendElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
const unsigned short
SVG_FEBLEND_MODE_DARKEN = 4
Corresponds to value 'darken'.
const unsigned short
SVG_FEBLEND_MODE_LIGHTEN = 5
Corresponds to value 'lighten'.
const unsigned short
SVG_FEBLEND_MODE_MULTIPLY = 2
Corresponds to value 'multiply'.
const unsigned short
SVG_FEBLEND_MODE_NORMAL = 1
Corresponds to value 'normal'.
const unsigned short
SVG_FEBLEND_MODE_SCREEN = 3
Corresponds to value 'screen'.
const unsigned short
SVG_FEBLEND_MODE_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedString
in1
Corresponds to attribute ‘in’ on the given ‘feBlend’ element.
SVGAnimatedString
in2
Corresponds to attribute ‘in2’ on the given ‘feBlend’ element.
SVGAnimatedEnumeration
mode
Corresponds to attribute ‘mode’ on the given ‘feBlend’ element. Takes one of the SVG_FEBLEND_MODE_* constants defined on this interface.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.